Issue with Global search using Examine Index
# help-with-umbraco
n
Hello Everyone, I am facing the below issue with index. Its old and known issue 🙂 System.ApplicationException: Could not create an index searcher with the supplied lucene directory ---> System.IO.FileNotFoundException: 0.cfs ---> System.IO.FileNotFoundException: Could not find file 'D:\home\site\wwwroot\AppData\TEMP\ExamineIndexes\External_0.cfs'. at Examine.LuceneEngine.Directories.SyncIndexInput.SyncLocally(String fileName) in D:\a\1\s\src\Examine\LuceneEngine\Directories\SyncIndexInput.cs:line 182 at Examine.LuceneEngine.Directories.SyncIndexInput..ctor(SyncDirectory directory, String name, ILoggingService loggingService) in D:\a\1\s\src\Examine\LuceneEngine\Directories\SyncIndexInput.cs:line 98 at Examine.LuceneEngine.Directories.SyncDirectory.OpenInput(String name) in D:\a\1\s\src\Examine\LuceneEngine\Directories\SyncDirectory.cs:line 248 --- End of inner exception stack trace --- 1. Umbraco version : 8.16 2. Hosting: Azure web app, there are two sites running from one instance 3. Plugin used: full text search Added below in web.config:
Anyone?
d
Have you tried deleting your examine index files? You can safely delete them and then rebuild your index
n
Ya did that , it works for sometime and then again issue
seems index is getting locked due to two sites accessing it
m
With two sites you just mean two domains right? 1 Umbraco instance in total?
n
ya
Umbraco version : 8.16 Hosting: Azure web app, there are two sites running from one instance Plugin used: full text search
10 Views